* { margin: 0; padding: 0 }
/*滚动条*/
@-webkit-keyframes bouncedelay { 0%, 80%, to {-webkit-transform:scale(0)}
40% {-webkit-transform:scale(1)}
}@keyframes bouncedelay { 0%, 80%, to {-webkit-transform:scale(0);transform:scale(0)}
40% {-webkit-transform:scale(1);transform:scale(1)}}
::-webkit-scrollbar-track-piece {width:8px;background-color:#f0f0f0}
::-webkit-scrollbar {width:8px;background-color:#FECE1A}
::-webkit-scrollbar-thumb {width:8px;background-color:#FECE1A}
::-webkit-scrollbar-thumb:hover {width:8px;background-color:#222}
::selection {background: #FECE1A;color: #fff;}

/*
1. General
**********************************************************************/
body {font-family: HELVETICANEUELTPRO-THEX, Arial, "微软雅黑";color: #FFF;line-height:1.2em;font-size:14px;line-height:22px;}
a {color:#fff;text-decoration: none;}
a:hover {color: #fece1a;text-decoration:none;-webkit-transition-duration: 300ms;transition-duration: 300ms;}
a:focus{text-decoration: none}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #fece1a;
	letter-spacing:1px
}
.navbar {
    background: #FFFCD7;
    margin-bottom:0;
    min-height:60px;
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #FFFCD7;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {
    width:120px;
    height:40px;
	margin-top:10px
}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #FFFCD7;
    box-shadow: none;
    font-size:13px;
    text-shadow: none;
    color: #181A1C;
    transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 1px solid #FECE1A;
    color: #181A1C;
    background-color: #FFFCD7;
    transition: border-color 1s ease;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:15px;
    padding-right:15px;
    border: 1px solid #FFFCD7;
    color: #FFFCD7;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #FFFCD7;
    color: #181A1C;
}

.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#FECE1A;
    color: #000;
}

.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

.user1 {background:#fece1a;font-size:13px;color:#181A1C;font-family: '微软雅黑';padding:6px 25px;line-height:60px;}
.user1:hover{ background:#888;font-size:13px;color:#fff;font-family: '微软雅黑';padding:6px 25px;line-height:60px;}
.user2 {background:#888;font-size:13px;color:#fff;font-family: '微软雅黑';padding:6px 25px;line-height:43px;}
.user2:hover{ background:#fece1a;font-size:13px;color:#181a1c;font-family: '微软雅黑';padding:6px 25px;line-height:43px;}

.nav>li { position: relative; float: left; height: 100%;}
.nav .subnav { position: absolute; top: 100%; left: 0; z-index: 9999; visibility: hidden; overflow: hidden; width: 150px; height: auto; border-top: 2px solid #FECE1A; background-color: #FFFCD7; box-shadow: 0 10px 42px 5px rgba(0,0,0,.05); opacity: 0; transition: all .36s ease }/*导航下拉背景*/
.nav .navitem:last-child .subnav { right: 0; left: auto }
.nav .subnav li { width: 100% }
.nav .subnav li a {display:block;padding:9px 24px;color: #181A1C;font-weight:500;font-size: 9px;text-align:center;line-height:20px;transition:all .2s ease-in-out}/*导航下拉文本色*/
.nav>li:hover .subnav { visibility: visible; opacity: 1 }
.nav>li a.active span, .nav>li:hover a span { transform: translateY(-100%) }
/*导航箭头#header .nav>li a.active i, #header .nav>li:hover a i { color: #00c0ff }*/
.nav .subnav li a.active, .nav .subnav li a:hover { padding-left: 24px; background-color: #FECE1A; color: #FFFCD7 }/*导航下拉文本链接色*

/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#FFCCFF;
    padding:11px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 25px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
/*  三角形   margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #FFFCD7;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;*/
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:8px 50px;
    font-size:16px;
    line-height:auto;
	outline: none;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}

.newsmore,  .newsmore:visited, .newsmore:focus {
    display:inline-block;
    border:1px solid #000;
    color:#000;
    background-color:transparent;
    padding:8px 50px;
    font-size:17px;
    line-height:auto;
}
.newsmore:hover, .newsmore:active{
    background-color:#FECE1A;
    color:#fff;
}

.newsmore1,  .newsmore1:visited, .newsmore1:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:8px 50px;
    font-size:17px;
    line-height:auto;
}
.newsmore1:hover, .newsmore1:active{
    background-color:#181A1C;
    color:#fff;
}

.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #191a1c;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #FECE1A;
    margin-top:20px;
    font-size:17px;
	letter-spacing:1px
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 22px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #FECE1A;
}
.social li a:hover {
    color:#181A1C;
}
/*
2.4 Socail icons
************/
 .social1 {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social1 li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 20px;
    padding:5px 5px;
}
.social1 li a {
    margin:0;
    padding:0;
    width:20px;
    height:20px;
    color: #FECE1A;
}
.social1 li a:hover {
    color:#181A1C;
}
/*
2.4 Socail icons
************/
 .social2 {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
	text-align: center;
}
.social2 li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 35px;
    padding:5px 30px;
}
.social2 li a {
    margin:0;
    padding:0;
    width:20px;
    height:20px;
    color: #FECE1A;
}
.social2 li a:hover {
    color:#181A1C;
}

/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 35px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 10px;
    padding: 0;
	font-size: 25px;

}
.section .title > p {
    font-size: 15px;
    color: #FFF;
    font-weight: lighter;
	line-height: 20px;
	letter-spacing:1px
}
/*
3. Sections 
***************************************************************************/
 .section1 {
    padding-bottom: 5px;
}
.section1 .container {
    padding-top:5px;
}
.section1 .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section1 .title h1 {
    font-weight: normal;
    margin-bottom: 10px;
    padding: 0;
}
.section1 .title > p {
    font-size: 15px;
    color: #FFF;
    font-weight: lighter;
	line-height: 20px;
	letter-spacing:1px
}

.primary-section {
    background:#FFFCD7;
}
.primary-sections {
    background:#FECE1A;
}
.primary-section .triangle {
 /*   border-top: 40px solid #FECE1A;*/
}
.primary-section .title {
    border-bottom: 1px solid #666;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #000;

}
.primary-section h1 {
    color:#000;
}
.secondary-section {
    background:#CAEBC7;
}
.secondary-section .title {
    border-bottom: 1px solid #181A1C;
}
.secondary-section h1, .secondary-section .title p {
    color: #181A1C;
}
/* Third section use bacground image */
.third-section {
    padding-bottom: 50px;
    background: #181A1C url(../images/brand-bg.png) no-repeat center;
    border-top:6px solid #FECE1A;
	
	background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    Background-attachment: fixed;
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #666;
    color: #FECE1A;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}
/*******
3.1 Services  
***************************************/
.service{
    margin-top:20px;
}
 .service, .service h2 {
    padding-top:15px;
}
.service p {
    padding:0px 50px;
    height:80px;
}
.service img {
    width:150px;
    height:150px;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FECE1A;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#FECE1A;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #FECE1A;
	margin-bottom: 15px;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: #FECE1A;
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#181A17;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FECE1A;
}
/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    border:1px solid #fff;
}
.client-slider img:hover {
    background-color:#FECE1A;
	border: 1px solid #FECE1A;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#FECE1A;
    border-radius:3px;
    width:20px;
    height:18px;
	color: #181A1C;
	font-size: 17px;
}
.client-nav li a:hover {
    background:#181A1C;
	color: #FECE1A;
	font-size: 17px;
}
.testimonial p {
    color:#181A1C;
    background:#FECE1A;
    padding:15px;
    margin:0;
}

.testimonial:hover p {
    color:#181A1C;
    background:#fff;
    padding:15px;
    margin:0;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}

.testimonial:hover .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #fff;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}

.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:150px;
    height:80px;
    float:left;
	border: 2px solid #FECE1A;
}
.testimonial .whopic img:hover {
    margin-top:10px;
    width:150px;
    height:80px;
    float:left;
	border: 2px solid #fff;
}

.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}


.jc {float: left;width: 210px;margin-right:6px;margin-bottom:20px;letter-spacing:1px;}
.jc1 {float: left;width: 210px;margin-left:12px;margin-right:12px;margin-bottom:20px;letter-spacing:1px;}
.icon-plus:before { content: '\f044'; }
[class^="icon-"]:before, [class*=" icon-"]:before {font-family: "FontAwesome";font-style: normal;font-weight: normal;speak: none;display: inline-block;text-decoration: inherit;text-align: center;/* opacity: .8;*/font-variant: normal;text-transform: none;font-size: 30px;color: #fff;}
.jcbg > img {display: block;max-width: 100%;margin-right: auto;margin-left: auto;border: 1px solid #FECE1A}
.jcbg {width:100%;height:100%;padding:0;overflow: hidden;position: relative;border:0;border-radius:0;box-shadow:none;text-align:center;background: #FECE1A;}
.jcbg .mores {display:block;z-index:4;position:absolute;top:-100px;left:50%;margin:0 auto;margin-left:-41px;width:80px;height:80px;font-size:40px;color:#fff;text-decoration:none;line-height: 60px;text-align: center;}
.jcbg:hover .mores {top:40%;margin-top:-40px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3 s ease-out;-ms-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.jcbg h3, .jcbg p {margin:0;padding:0;position:relative;z-index:4;}
.jcbg h3 {color: #fff;margin-top:4px;font-size:14px;}
.jcbg h4 {padding-bottom:10px;color: #181A1C;font-size:13px;line-height:1px;margin:10px;}
.jcbg .mask {opacity: 0.3;filter: alpha(opacity=85);top: 100%;left: 0;width: 100%;height: 100%;background: #181A1C;position: absolute;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2 s ease-out;-ms-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
.jcbg:hover .mask {top:0;}

/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
    background-color:#fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.price-column h3 {
    background-color:#181A1C;
    text-transform:uppercase;
    text-align: center;
    color:#FECE1A;
    padding:30px 0px;
    font-size: 25px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:15px 30px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:15px;
    border-bottom:1px solid #747C89;
    padding:15px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:25px;
    /*background-color:#fff;*/
    color:#747C89;
    margin-top:0px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #181A1C;
    font-weight:normal;
}

.tjpic img {float: left;width: 300px; height: 150px;overflow: hidden;margin: 0px;margin-bottom: 15px;border-radius: 0px;border: 1px solid #FECE1A;cursor: pointer;transition: all 0.35s;}
.tjpic img:hover {width: 300px; height: 150px;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: scale(1.12);transform: scale(1.12);} 

/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #FECE1A;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #181A1C;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
	margin-left: 45px;
}
.contact .social li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 5px;
	margin-bottom: 5px;
}
.contact .social li a {
    display: inline-block;
    font-size: 25px;
    color: #181A1C;
    height: 27px;
    width: 27px;
    /* background-color: #181A1C; */
    border-radius: 100%;
    text-align: center;
    -webkit-transition: .25s;
    transition: .25s;
    padding: 9px 9px;
    border: 1px solid #181A1C;
}
.contact .social li a:hover {
    color:#FECE1A;
	background-color: #fff;
	border: 1px solid #fff;
}

.icoqq img {width:150px;height:150px;top:-165px;margin-left: -58px;display: none;position: absolute;border:5px solid #181A1C;z-index: 99999;}
.icoqq:hover img {width: 150px; display: block;}
.icoweixin img {width:150px;height:150px;top:-165px;margin-left: -58px;display: none;position: absolute;border:5px solid #181A1C;z-index: 99999;}
.icoweixin:hover img {width: 150px; display: block;}
.icoweibo img {width:150px;height:150px;top:-165px;margin-left: -58px;display: none;position: absolute;border:5px solid #181A1C;z-index: 99999;}
.icoweibo:hover img {width: 150px; display: block;}
.icowap img {width:150px;height:150px;top:-165px;margin-left: -58px;display: none;position: absolute;border:5px solid #181A1C;z-index: 99999;}
.icowap:hover img {width: 150px; display: block;}

.contact-form {
    background:#FECE1A;
	border: 1px solid #181A1C;
    z-index:110;
    position:relative;
    margin-top:0px;
    padding:20px;
	border-radius:0px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#FECE1A;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/
 .footer {
    background: #181A1C;
    text-align: center;
	padding: 10px;
}
.footer > p {
    color: #fff;
    margin:0;
}

.footer a{
    color:#FECE1A;
}

.footer a:hover, .footer a:focus{
    color:#fff;
	text-decoration: none;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border:1px solid #fff;
    display:none;
    background: #FECE1A;
	z-index: 99999;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:0px;
        padding-right:0px;
    }/*联系我们两边边宽*/
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
}

/* 搜索按键
********************************************************************/
.button1,  .button1:visited, .button1:focus {
display:inline-block;
border:1px solid #181A1C;
color:#181A1C;
background-color:transparent;
padding:15px 30px;
font-size:16px;
line-height:auto;
}
.button1:hover, .button1:active{
background-color:#181A1C;
color:#fff;
}
.button-sp1, .button-sp1:visited, .button-sp1:focus {
border:none;
background-color:#FECE1A;
color:#181A1C;
}
.button-sp1:hover, .button-sp1:visited, .button-sp1:focus {
border:none;
background-color:#fff;
color:#181A1C;
}
/* 搜索统计
********************************************************************/
.searchtxt{margin: 0px 0 2px;font-size: 20px;color: #181A1C;font-weight: normal;text-align: center;font-weight: bold;line-height:40px;}
.counterDX { margin-top: 15px; color: #181A1C;text-align: center;vertical-align:top;font-size: 45px; font-family: Arial!important;font-family:HELVETICANEUELTPRO-THEX, Arial, "微软雅黑";}
.unit { position: relative; top: 0px; left: 5px; color: #181A1C; vertical-align: top; font-size: 15px }

/*关于我们栏目*/
.npagePage { padding-top: 0px;background-color: #f5f5f5; }
.npagePage .container_content { padding-top: 0px;}
.npagePage #banner { margin-top: 0px; height:200px }
.npagePage #banner div { height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat }
.npagePage .content { font-size: 13px; padding-top:0px; }
#pageTarget {padding: 15px; background-color: #f0f0f0 }
.module .module_container { margin: 0 auto; padding-right: 0px; padding-bottom:0px; padding-left: 0px; max-width:1170px}
.module .module_containers { margin: 0 auto; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; max-width:100% }
.npagePage .module .module_container { padding:0px;width: 100%;}
.npagePage .container_target {width: 100%;font-size:13px;color:#181A1C;margin-right: auto;margin-left: auto;}
.npagePage .container_target a { font-size:13px;color:#181A1C;font-family: '微软雅黑'; }
.npagePage .container_target a:hover{color:#FECE1A;}
.npagePage .container_target a:last-child{ font-size:13px;color:#181A1C;font-family: '微软雅黑';}
.npagePage .container_target a:last-child:hover{color:#FECE1A;}
.npagePage .container_target i { margin: 0 10px; color: #181A1C }
.npagePage .mpageEditor .container_header { padding: 15px 0 15px; text-align: center; font-size: 22px;letter-spacing:1px;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
.npagePage .mpageEditor .container_header .title { color: #181A1C }
.npagePage .mpageEditor .container_header .subtitle {color: #181A1C;font-size: 14px;border-top: 2px solid #FECE1A;margin-top: -15px;width: 140px;margin-right: auto;margin-left: auto;}
.npagePage .postbodylist { margin-bottom: 0pc; color: #181A1C; line-height:0px;}
.aboutkj{margin: 0 auto;width:1170px; max-width:100%; height:100%;letter-spacing:1px;line-height:22px;margin-right: auto;margin-left: auto;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;font-size: 14px;}
.aboutpic{float:left;margin:0px 0px 30px 0px;}
.abouttxt p{font-size: 14px;color: #999!important;font-weight: lighter;line-height: 20px;letter-spacing:1px;}

/*栏目位置图标*/
.homeico:before {content: "\f015";font-family: FontAwesome;font-size: 14px;color: #181A1C;margin-right: 5px;}
.wow { -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}

/*栏目分类*/
.lmfl { margin: 10px 0 0 0; text-align: center }
.lmfl a { position: relative; display: inline-block; margin: 10px 5px 5px 5px; padding:8px 20px;color: #181A1C;font-size:13px;line-height:15px; border: 1px solid #e2b302;border-radius:20px;background-color: #fece1a;}
.lmfl a:after { position: absolute; margin-top: 7px; margin-left: 25px; width: 10px; height: 1px; background-color: #181A1C; content: '' }
.lmfl a:last-of-type:after { width: 0; height: 0 }
.lmfl a.active,.lmfl a:hover { background-color: #181A1C; color: #fff;border: 1px solid #181A1C;}

/*新闻栏目*/
#indexPage .news .content_list .item_block .item_wrapper .date_wrap .md {color: inherit;font-size: 24px;line-height: 30px;font-family: inherit;}***
#indexPage .news .content_list .item_tags {display: none}
.npagePage:not(.post) .news .content_list .item_block .item_wrapper .date_wrap {top: 55px}
.npagePage:not(.post) .news .content_list .item_block {transition: all .36s ease;position: relative;padding: 25px 0;border-bottom: 1px solid #e7eaec;height: 122px;overflow: hidden;margin-bottom: -18px;list-style-type: none;}
.npagePage:not(.post) .news .content_list .item_block::after {content: "";display: block;clear: both}
.npagePage:not(.post) .news .content_list .item_block:hover {padding-left: 10px;box-shadow: 0 0 40px rgba(0, 0, 0, .08)}/*鼠标经过效果*/
.npagePage:not(.post) .news .content_list .item_block:hover .item_wrapper {margin-right: -10px}/*鼠标经过效果*/
.npagePage:not(.post) .news .content_list .item_block:hover .item_wrapper .item_info .title {color: #181A1C}
.npagePage:not(.post) .news .content_list .item_block:hover .detailsss:before {left: 40px;opacity: 0}/*箭头*/
.npagePage:not(.post) .news .content_list .item_block:hover .detailsss:after {left: 15px;opacity: 1}/*箭头*/
.npagePage:not(.post) .news .content_list .item_block:last-child {border-bottom-width:0;margin-bottom: 30px;}/*底部线*/
.npagePage:not(.post) .news .content_list .item_block .item_img {float: left;width: 200px;height: 120px;margin-left: 30px;margin-right: 30px;}/*图片大小*/
.npagePage:not(.post) .news .content_list .item_block .item_img img {max-width: 100%;width: 200px;height: 120px;border: 2px solid #f5f5f5;}/*图片大小*/
.npagePage:not(.post) .news .content_list .item_block .item_img img:hover {max-width: 100%;border: 2px solid #FECE1A;}/*图片大小*/
.npagePage:not(.post) .news .content_list .item_block .item_wrapper {transition: all .36s ease;float: left;width: 780px;margin-left: 20px;}/*名称备注位置*/
.npagePage:not(.post) .news .content_list .item_block .item_wrapper .date_wrap {position: absolute;top: 76px;right: 27px;font-family: helveticaneuethn, Arial}/*年月日位置*/
.npagePage:not(.post) .news .content_list .item_block .item_wrapper .date_wrap .year {font-family: inherit;display: none}/*年份*/
.npagePage:not(.post) .news .content_list .item_block .item_wrapper .date_wrap .md {font-family: inherit;font-size: 22px;line-height: 30px;color: #FECE1A}/*日期大小*/
.npagePage:not(.post) .news .content_list .item_block .item_wrapper .item_info {width: 780px;padding-top: 0px;padding-bottom: 0px;}/*名称顶部空间*/
.npagePage:not(.post) .news .content_list .item_block .item_wrapper .item_info .title {font-size: 16px;line-height: 30px;color: #181A1C;letter-spacing:1px;transition: .5s ease-in;-webkit-transition: .5s ease-in;}/*名称*/
.npagePage:not(.post) .news .content_list .item_block .item_wrapper .item_info .title:hover {color: #FECE1A}/*名称*/
.npagePage:not(.post) .news .content_list .item_block .description {width: 780px;padding-top:20px;font-size: 13px;line-height: 22px;height:75px;letter-spacing:1px;overflow: hidden;color: #999}/*备注*/
.npagePage:not(.post) .news .content_list .item_block .detailsss {position: absolute;width: 56px;top:95px;right: 23px;height: 26px;border-left: 1px solid #FECE1A;color: transparent}/*详情*/
.npagePage:not(.post) .news .content_list .item_block .detailsss:after,.npagePage:not(.post) .news .content_list .item_block .detailsss:before {font-family: FontAwesome;speak: none;font-style: normal;font-weight: 400;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;transition: all .36s ease;content: "\f178";color: #FECE1A;position: absolute;top: 50%;font-size: 15px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%)}/*箭头*/
.npagePage:not(.post) .news .content_list .item_block .detailsss:before {left: 15px}
.npagePage:not(.post) .news .content_list .item_block .detailsss:after {left: -30px;opacity: 0}
.npagePage:not(.post) .news .content_list .item_block .item_wrapper .date_wrap {top:45px}

/*新闻正文*/
.zwtxt p{font-size: 14px;color: #999;font-weight: lighter;line-height: 20px;letter-spacing:1px;border-top: 1px solid #e7eaec;padding-top: 15px;}
.zwtop.post { padding-top:0pc;max-width: 1200px;margin: 0 auto}
.zwtop .content {position: relative;font-size: 13px;line-height: 24px;background: #fff;padding-top: 0px;}
.zwtop #postContent .postbody {padding-top: 15px;margin-bottom: 30px;letter-spacing:1px;line-height:21px;font-size:14px;}
.zwtop.post .news #postContent {float: left;width: 800px;}/*正文左边*/
.zwtop.post .news #postContent #postInfo {position: relative;border-bottom: 1px solid #e7eaec;padding: 43px 0 12px 115px;letter-spacing:1px;}
.zwtop.post .news #postContent #postInfo:after {position: absolute;content: "";width: 34px;border-top: 1px solid #ccc;top: 57px;left: 71px;}/*正文日期线条*/
.zwtop.post .news #postContent #postInfo .title {font-size: 16px;line-height: 30px;color: #888;white-space: nowrap;overflow: hidden;text-overflow: ellipsis}/*名称*/
.zwtop.post .news #postContent #postInfo .usetdate {font-size: 22px;line-height: 30px;overflow: hidden;position: absolute;top: 42px;left: 3px;font-family: HELVETICANEUELTPRO-THEX, Arial;font-size: 22px;width: 66px;white-space: nowrap;text-indent: -60px}/*正文日期*/
.zwtop.post .news #postContent #postInfo .description {font-size: 13px;line-height: 30px;height: 30px;overflow: hidden;letter-spacing: 1px;}/*备注*/
.zwtop.post .news #postContent #postInfo .ico{font-size: 12px;line-height: 30px;height: 30px;overflow: hidden}/*小图标*/

.single-widget-area .search-form input {background-color: #ffffff;padding: 0 20px;width: 100%;height: 50px;font-size: 14px;color: #e7eaec;border: 1px solid #e7eaec;border-radius: 0;}
[type=search] {outline-offset: -2px;-webkit-appearance: none;}
button, input {overflow: visible;}
button, input, optgroup, select, textarea {margin: 0;font-family: inherit;font-size: inherit;line-height: inherit;}

.zwtop.post .news #listContent {float: right;width: 320px;padding-top:25px;padding-bottom:30px;margin-right:18px;}/*列表右边*/
.zwtop.post .news #listContent .mlist .content_list .item_blocks {position: relative;padding: 18px 0 24px}/*列表高度*/
.zwtop.post .news #listContent .mlist .content_list .item_blocks:not(:last-child) {border-bottom: 1px solid #e5e5e5}/*列表底部线条*/
.zwtop.post .news #listContent .mlist .content_list .item_blocks:hover {box-shadow: 0 0 60px -10px rgba(0, 0, 0, .1)}/*列表效果*/
.zwtop.post .news #listContent .mlist .content_list .item_blocks:hover:before {width: 100%;opacity: 1}
.zwtop.post .news #listContent .mlist .content_list .item_blocks:hover .item_wrapper {margin-left: 20px}
.zwtop.post .news #listContent .mlist .content_list .item_blocks:hover .item_des {padding-left: 5px}
.zwtop.post .news #listContent .mlist .content_list .item_blocks:before {content: "";transition: all .36s ease;position: absolute;left: 0;right: 0;margin: auto;bottom: -2px;width: 40%;border: 1px solid #00c0ff;opacity: 0}
.zwtop.post .news #listContent .mlist .content_list .item_blocks .item_img {display: none}/*列表不显示图片*/
.zwtop.post .news #listContent .mlist .content_list .item_blocks .item_wrapper {transition: all .36s ease;position: relative}
.zwtop.post .news #listContent .mlist .content_list .item_blocks .item_wrapper .date_wrap {font-size: 16px;line-height: 30px;overflow: hidden;position: absolute;top: 0;left: 2px;font-family: HELVETICANEUELTPRO-THEX, Arial}
.zwtop.post .news #listContent .mlist .content_list .item_blocks .item_wrapper .date_wrap .year {display: none}/*列表不显示年份*/
.zwtop.post .news #listContent .mlist .content_list .item_blocks .item_wrapper .item_info .title {position: relative;font-size: 14px;line-height: 30px;color: #999;padding-left: 76px;max-width: 200px}
.zwtop.post .news #listContent .mlist .content_list .item_blocks .item_wrapper .item_info .title:before {content: "";position: absolute;width: 15px;border-top: 1px solid #ccc;top: 14px;left: 52px}/*相关列表线条*/
.zwtop.post .news #listContent .mlist .content_list .item_blocks .item_tags {display: none}
.zwtop.post .news #listContent .mlist .content_list .item_blocks .item_des {transition: all .36s ease;margin-top: 13px;font-size: 13px;line-height: 24px;height: 48px;width: 280px;overflow: hidden;}
.zwtop.post .news #listContent .mlist .content_list .item_blocks .item_des .description {color: #999;}
.cbimg {margin-top: 3px;width: 100px;height: 60px;float: left;margin-right:10px;border: 2px solid #FECE1A;-webkit-transition-duration: 300ms;transition-duration: 300ms;}/*侧边图片*/
.cbimg:hover {margin-top: 3px;width: 100px;height: 60px;float: left;margin-right:10px;border: 2px solid #181A1C;-webkit-transition-duration: 300ms;transition-duration: 300ms;}/*侧边图片*/

.zwtop.post .news #tabBtn .post-next .infor-wrap .title,.zwtop.post .news #tabBtn .post-prev .infor-wrap .title {font-size: 13px;}/*正文下一篇*/
.zwtop.post .news #tabBtn .post-next:hover .infor-wrap .title,.zwtop.post .news #tabBtn .post-prev:hover .infor-wrap .title {width: 150px;}
.zwtop.post .news #tabBtn .post-next:hover:not(.empty) .infor-wrap .title {width: 260px;padding-left: 110px;}
.zwtop.post .news #tabBtn .post-prev:hover:not(.empty) .infor-wrap .title {width: 150px;padding-right: 10px;}
.zwtop.post #tabBtn .post-next,.zwtop.post #tabBtn .post-prev {transition: all .36s ease;position: relative;width: 50%;height: 120px;overflow: hidden;float: left;padding: 10px;box-sizing: border-box;background: #f0f0f0;margin-bottom: 30px;}
.zwtop.post #tabBtn .post-next:not(.empty):hover,.zwtop.post #tabBtn .post-prev:not(.empty):hover {background: #FECE1A;}/*正文下一篇鼠标经过背景*/
.zwtop.post #tabBtn .post-next:not(.empty):hover .infor-wrap .title,.zwtop.post #tabBtn .post-prev:not(.empty):hover .infor-wrap .title {color: #181A1C;}
.zwtop.post #tabBtn .post-next:not(.empty):hover .img-wrap,.zwtop.post #tabBtn .post-prev:not(.empty):hover .img-wrap {opacity: 1;}
.zwtop.post #tabBtn .post-next.empty .details,.zwtop.post #tabBtn .post-prev.empty .details {display: none;}
.zwtop.post #tabBtn .post-next .img-wrap,.zwtop.post #tabBtn .post-prev .img-wrap {transition: all .36s ease;opacity: 0;width:100px;height: auto;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.zwtop.post #tabBtn .post-next .img-wrap img,.zwtop.post #tabBtn .post-prev .img-wrap img {width: 100%;}
.zwtop.post #tabBtn .post-next .details,.zwtop.post #tabBtn .post-prev .details {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 40px;height: 16px;color: transparent;overflow: hidden;}
.zwtop.post #tabBtn .post-next .infor-wrap,.zwtop.post #tabBtn .post-prev .infor-wrap {width: 250px;}
.zwtop.post #tabBtn .post-next .infor-wrap .title,.zwtop.post #tabBtn .post-prev .infor-wrap .title {transition: all .36s ease;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;line-height: 100px;display: block;color: #181A1C;}
.zwtop.post #tabBtn .post-prev {float: left;padding-left: 106px;}
.zwtop.post #tabBtn .post-prev:hover .details:before {right: 60px;}
.zwtop.post #tabBtn .post-prev:hover .details:after {right: 15px;opacity: 1}
.zwtop.post #tabBtn .post-prev .img-wrap { right: 15px}
.zwtop.post #tabBtn .post-prev .infor-wrap {float: left}
.zwtop.post #tabBtn .post-prev .details {border-right: 1px solid #181A1C;left: 22px;}

.zwtop.post #tabBtn .post-prev .details:after,.zwtop.post #tabBtn .post-prev .details:before {content: "\f177";font-family: FontAwesome;speak: none;font-style: normal;font-weight: 400;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;transition: all .36s ease;color: #181A1C;position: absolute;top: 50%;font-size: 20px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%)}
.zwtop.post #tabBtn .post-prev .details:after,.zwtop.post #tabBtn .post-prev .details:hover {color: #181A1C;}
.zwtop.post #tabBtn .post-prev:hover:not(.empty) .infor-wrap .title {margin-left: -20px;transition-delay: .1s}
.zwtop.post #tabBtn .post-prev .details:before {right: 15px}
.zwtop.post #tabBtn .post-prev .details:after {right: -30px;opacity: 0}
.zwtop.post #tabBtn .post-next {float: right;padding-right: 106px}
.zwtop.post #tabBtn .post-next:hover .details:before {left: 60px}
.zwtop.post #tabBtn .post-next:hover .details:after {left: 15px;opacity: 1}
.zwtop.post #tabBtn .post-next .img-wrap {left: 15px}
.zwtop.post #tabBtn .post-next .infor-wrap {float: right}
.zwtop.post #tabBtn .post-next .details {right: 22px;border-left: 1px solid #181A1C}
.zwtop.post #tabBtn .post-next .details:after,.zwtop.post #tabBtn .post-next .details:before {content: "\f178";font-family: FontAwesome;speak: none;font-style: normal;font-weight: 400;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;transition: all .36s ease;color: #181A1C;position: absolute;top: 50%;font-size: 20px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%)}
.zwtop.post #tabBtn .post-next .details:after,.zwtop.post #tabBtn .post-next .details:hover {color: #181A1C;}
.zwtop.post #tabBtn .post-next:hover:not(.empty) .infor-wrap .title {margin-right: -20px;transition-delay: .1s}
.zwtop.post #tabBtn .post-next .details:before {left: 15px}
.zwtop.post #tabBtn .post-next .details:after {left: -30px;opacity: 0}
.zwtop.post #tabBtn .post-next .infor-wrap .title {text-align: right}
.agent-pc .zwtop.post .team #postContent {width: 100%}

/*产品正文多图*/
.fader {position: relative;padding-top: 63%;font-family: "futura", arial;overflow: hidden;margin-bottom: 15px;}
.fader .slide {position: absolute;width: 100%;height: 100%;top: 0;z-index: 1;opacity: 0;}
.fader img.slide {height: auto;}
.fader .prev,
.fader .next {position: absolute;height: 80px;line-height: 55px;width: 50px;font-size: 75px;text-align: center;color: #fff;top: 50%;left: 0;z-index: 4;margin-top: -50px;cursor: pointer;opacity: .7;transition: all 150ms;}
.fader .prev:hover,
.fader .next:hover {opacity: 1;}
.fader .next {left: auto;right: 0;}
.fader .pager_list {position: absolute;width: 100%;height: 40px;padding: 0;line-height: 40px;bottom: 0;text-align: center;z-index: 4;margin: 0 auto;}
.fader .pager_list li {display: inline-block;width:35px;height:3px;margin: 0 7px;background:#fff;opacity: .5;text-indent: -9999px;border-radius: 0px;cursor: pointer;transition: all 150ms;}
.fader .pager_list li:hover,
.fader .pager_list li.active {opacity: 1;}
.cpxt{font-size: 14px;color: #999;font-weight: lighter;line-height: 20px;letter-spacing:1px;border-top: 1px solid #e7eaec;padding: 25px 50px 15px 50px;}
.cpbq {background:#fece1a;font-size:13px;color:#181A1C;font-family: '微软雅黑';padding:6px 12px;line-height:60px;}
.cpbq:hover{ background:#181A1C;font-size:13px;color:#fff;font-family: '微软雅黑';padding:6px 12px;line-height:60px;}
.cpjg {background:#888;font-size:13px;color:#fff;font-family: '微软雅黑';padding:6px 12px;line-height:10px;}
.cpjg:hover{ background:#fece1a;font-size:13px;color:#181A1C;font-family: '微软雅黑';padding:6px 12px;line-height:10px;}

/*产品正文相关展示*/
.cpzwtop.post .project #listContent .mlist .content_list .item_block img {width: 100%;border: 1px solid #181A1C;}
.cpzwtop.post .project #listContent .mlist .content_list .item_block img:hover {width: 100%;border: 1px solid #FECE1A;}
.cpzwtop.post .project #listContent .mlist .content_list .item_block .item_box .item_img {width: 158px;float: left;margin-right: 10px}
.cpzwtop.post .project #listContent .mlist .content_list .item_block .item_box .item_wrapper {float: left;width: 120px}
.cpzwtop.post .project #listContent .mlist .content_list .item_block .item_wrapper .date_wrap {display: none}
.cpzwtop.post .project #listContent .mlist .content_list .item_block .item_des {margin-top:-20px;}
.cpzwtop.post .project #listContent .mlist .content_list .item_block .details {display: none}
.cpzwtop .content {position: relative;font-size: 13px;line-height: 24px;background: #fff}
.cpzwtop.post .service #listContent .content_wrapper .content_list .item_block {margin-bottom: 40px}
.cpzwtop.post #postContent {margin-bottom:30px}
.cpzwtop.post .project #listContent .mlist .content_list .item_block .item_box .item_wrapper {width: 182px;padding-top: 5px}
.cpzwtop.post .project #listContent .mlist .content_list .item_block .item_wrapper .item_info .title {position: relative;font-size: 14px;line-height: 20px;color: #181A1C;}
.cpzwtop.post .project #listContent .mlist .content_list .item_block .item_wrapper .item_info .subtitle {transition: all .36s ease;font-size: 14px;line-height: 22px;height:35px;overflow: hidden;white-space: normal;color: #888;margin-top:-25px;}
.cpzwtop.post #tabBtn .post-next:hover:not(.empty) .infor-wrap .title {margin-right: -20px;transition-delay: .1s}
.cpzwtop.post #tabBtn .post-prev:hover:not(.empty) .infor-wrap .title {margin-left: -20px;transition-delay: .1s}
.cpzwtop.post .project #listContent {width: 100%;float: left;margin-bottom: 40px;margin-left:0px;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
.cpzwtop.post .project #listContent .mlist .content_list .item_block {padding:10px;width:370px;height: 120px;float: left;margin-right:10px;transition: all .5s ease;border-bottom: 1px solid #e7eaec;list-style-type: none;}
.cpzwtop.post .project #listContent .mlist .content_list .item_block:hover {padding-left: 10px;box-shadow: 0 10px 30px rgba(0, 0, 0, .1);border-bottom: 1px solid #e7eaec}

/*案例+图片+视频栏目*/
.bx-photowrapper {margin: 0 auto;max-width:1170px;}
#photolist .phototitem a img {float: none;width:265px;height:178px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
#photolist .phototitem a:hover img {transform: scale(1.2, 1.2);}
#photolist .phototitem a .photo_info {width: 100%;height: 100%;background: rgba(0,0,0,0);position: absolute;left: 0;top: 0;transition: all ease-out .3s;}
#photolist .phototitem a:hover .photo_info {background: rgba(0,0,0,.7)}
#photolist .photowrapper {max-width:100%;}
#photolist .phototitem a:hover .photo_info { background: rgba(0,0,0,.3); }
#photolist .phototitem a .photo_info div { position:absolute;height:100px;width:100%;bottom: -100px;margin-top:0;top:auto; background-color: transparent; transition: all 0.3s ease-out 0s; }
#photolist .phototitem a .photo_info div:after{content:'';width:100%;height:2px;background:#e7eaec;transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;margin: 12px 0;display: block;}
#photolist .phototitem a:hover .photo_info div:after { background: #FECE1A; }
#photolist .phototitem a::after {content: '+'; width: 50px; height: 50px; line-height: 50px; margin: 0 auto; margin-left: -26px; margin-top: 0px; display: inline-block; position: absolute; top: 0%; left: 50%; z-index: 10; border-radius: 50px; border: 1px solid rgba(255,255,255,.5); transition: all 0.6s cubic-bezier(.17, .84, .44, 1) 0s; opacity: 0; color: #fff; font-size: 40px; text-align: center; font-family: "Times New Roman", "微软雅黑"; }
#photolist .phototitem:hover a::after { margin-top: -26px; top: 50%; opacity: 1; }
#photolist .phototitem a {display: block;overflow: hidden;}
.photolisttitles {font-size: 14px;color: #181A1C;font-weight: lighter;line-height: 20px;letter-spacing:1px;margin-bottom: -15px;}
.photolisttitlesb {font-size: 14px;color: #181A1C;font-weight: lighter;line-height: 20px;letter-spacing:1px;margin-bottom: -15px;text-align:center;}/*品牌标题*/
.photolistsubtitles {font-size: 13px;color: #999;font-weight: lighter;line-height: 20px;letter-spacing:1px;margin-bottom: -17px;}
.photolistsubtitless {font-size: 12px;color: #999;font-weight: lighter;line-height: 20px;letter-spacing:1px;margin-bottom: -15px;}
.downurl {background:#181A1C;font-size:13px;color:#fff;font-family: '微软雅黑';padding:10px 35px;line-height:10px;}
.downurl:hover{ background:#999;font-size:13px;color:#fff;font-family: '微软雅黑';padding:10px 35px;line-height:10px;}
.links {background:#FECE1A;color:#181A1C;padding:12px;line-height:10px;}
.links:hover{ background:#181A1C;color:#fff;padding:12px;line-height:10px;}

/*会员信息页*/
.npagePage .userbg {padding: 0 0 0 0;background:url(/plugins/user/bg.png) right top no-repeat; float:left; width:100%;/*height:550px;*/margin: 0 auto;background-position: center; background-size: cover; background-repeat: no-repeat;margin-bottom: 30px;}/*登陆页*/
.npagePage .userbg1 {padding: 0 0 0 0;background:url(/plugins/user/bg1.png) right top no-repeat; float:left; width:100%;/*height:550px;*/margin: 0 auto;background-position: center; background-size: cover; background-repeat: no-repeat;margin-bottom: 30px;}
.contact_inf { width: 100%; margin: 0 auto; min-height:100%;}
.ytx {border:5px solid #FECE1A;overflow:hidden;border-radius:50%;}
.sub_list {float: left; width: 200px; background: #FECE1A;opacity: 0.9;border-radius:5px;padding: 10px 0 60px 0; margin-left:40px;margin-right:30px;margin-top:40px}
.sub_list dl dd a { display: block; width: 149px; height: 53px; padding-left: 25px; margin: 0 auto; border-bottom: 1px solid #181A1C; overflow: hidden; text-overflow: hidden; white-space: nowrap; font-size:15px;color:#181A1C;font-family: '微软雅黑'; line-height: 53px }
.sub_list dl dd:hover a, .sub_list dl .sub_on a {display: block; width: 149px; height: 53px; padding-left: 25px; margin: 0 auto; border-bottom: 1px solid #fff; overflow: hidden; text-overflow: hidden; white-space: nowrap; font-size:15px;color:#fff;font-family: '微软雅黑'; line-height: 53px}
.sub_list dl dd:hover, .sub_list dl li:hover, .sub_on {display: block; width: 149px; height: 53px; padding-left: 25px; margin: 0 auto; border-bottom: 1px solid #fff; overflow: hidden; text-overflow: hidden; white-space: nowrap; font-size:15px;color:#fff;font-family: '微软雅黑'; line-height: 53px }
.talent { float: left; padding: 0 0 0px 0; width:72%; font-size: 14px ;margin-right:50px;margin-top:40px}
.talent h3 { font-size:18px;color:#888;font-family: '微软雅黑';margin-bottom: 20px; margin-top: 40px;border-bottom: 2px solid #888;line-height: 35px; }
.talent_text dl { border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 20px }
.talent_text dl dt { float: left; width: 200px; text-align: center }
.talent_text dl dd { width: 580px; height: 200px; margin-left: 20px; display: table-cell; vertical-align: middle }
.infotable td {height: 40px;/*line-height: 40px;*/border-bottom: 1px dashed #888;padding: 5px;}
.infotable .red_btn2 {margin: 0px;padding:5px 25px;border-radius:5px;}
.infotable input,.infotable textarea,.infotable select {font-size:14px;color:#181A1C;font-family: '微软雅黑'; padding: 4px; outline: none; text-shadow: 0px 0px 0px #FECE1A; -webkit-border-radius: 3px; -moz-border-radius:0px; border-radius:0px; border: 1px solid #FECE1A; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; background:#FECE1A;opacity: 0.7;}
.infotable input:focus,.infotable textarea:focus ,.infotable select:focus{ border: 1px solid #fafafa; -webkit-box-shadow: 0px 0px 5px #FECE1A; -moz-box-shadow: 0px 0px 5px #FECE1A; box-shadow: 0px 0px 5px #FECE1A;}
.xg { background: #FECE1A; color: #181A1C; margin-left: 20px;font-weight: 400;padding: 5px 13px 5px 13px;border-radius: 10px; }
.xg:hover { background: #888;color: #fff;}
.tips { margin: 15px; line-height: 28px; border: #FFDD8D 1px solid; background-color: #FFFBCC; color: #666666; padding: 0 9px; zoom: 1;opacity: 0.8;}
.tips span { color: #FECE1A; font-weight:bold;}
.xgtj {background:#fece1a;font-size:13px;color:#181A1C;font-family: '微软雅黑';padding:8px 25px;margin-top: 15px;outline: none;border: 1px solid #fece1a;}
.xgtj:hover{ background:#888;color:#fff;border: 1px solid #888;}

/*留言栏目*/
.gbook ul{padding-bottom:12px;}
.facepic{float:left;width:100px;height:100px;padding:5px;border: 5px solid #FECE1A;overflow: hidden;border-radius: 50%;margin-top: 10px;}
.gbookkj{list-style-type: none;flex: 0 0 100%;max-width: 100%;border: 1px solid #e7eaec;padding: 15px;background:#f5f5f5;margin-bottom: 20px;}
.gbookkj:hover{list-style-type: none;flex: 0 0 100%;max-width: 100%;border: 1px solid #e7eaec;padding: 15px;background:#fff;-webkit-transition-duration: 300ms;transition-duration: 300ms;}
.gbookkj li{line-height:22px;margin-bottom: 5px;font-size: 13px;}
.gbookkj .text{border-radius:5px;background:#f8f8f8;border: 1px solid #f5f5f5;padding:5px;font-size:13px;color:#888;font-family: '微软雅黑';margin-bottom:10px;}
.admintext{float:left;width:100%;padding:5px;border-radius:5px;border: 1px solid #e7eaec;font-size:13px;color:#888;font-family: '微软雅黑';list-style-type:none;margin: 10px 10px 10px 0px;}
.admintext:hover{float:left;width:100%;padding:5px;border-radius:5px;background:#181A1C;border: 1px solid #e7eaec;font-size:13px;color:#fff;font-family: '微软雅黑';list-style-type:none;margin: 10px 10px 10px 0px;-webkit-transition-duration: 300ms;transition-duration: 300ms;}
.admintext span{font-size:10px;}
.MESSAGEKJ{list-style-type: none;flex: 0 0 100%;max-width: 100%;border: 1px solid #e7eaec;padding: 15px;background:#f5f5f5;margin-bottom: 20px;}

#listgbook {float: left;width: 100%;margin-top: 0px;margin-bottom: 30px;max-width: 100%;background-color: transparent;border-collapse: collapse;border-spacing: 0;}
.gbookslk {height:35px!important;line-height:25px;padding-left:3px;border:1px solid #ccc;letter-spacing:1px;border-radius:0px!important;width:100%;transition: all 0.3s ease-out 0s;background-color: #fff!important;margin-bottom: 15px!important;}
.gbookslk:hover {border: #FECE1A 1px solid;}
.gbookslkk {width:100%;height:120px!important;line-height:25px;padding-left:3px;border:1px solid #ccc;letter-spacing:1px;border-radius:0px!important;width:100%;transition: all 0.3s ease-out 0s;background-color: #fff!important;margin-bottom: 15px!important;}
.gbookslkk:hover {border: #FECE1A 1px solid;}
.gbookslkkk {height:35px!important;line-height:25px;padding-left:3px;border:1px solid #ccc;letter-spacing:1px;border-radius:0px!important;width:100px;transition: all 0.3s ease-out 0s;background-color: #fff!important;margin-top: 10px;}
.gbookslkkk:hover {border: #FECE1A 1px solid;}
.gbookkj_bj {background-color: #f8f8f8;}
.gbook_btn {min-width:100%;height:30px;background-color:#FECE1A;cursor:pointer;margin-top:5px;font-size:14px;border:none;color:#181A1C;transition: all 0.3s ease-out 0s;font-family:"微软雅黑";outline: none;}
.gbook_btn:hover {background-color:#181A1C;color:#fff;}

/*联系我们*/
.container {padding-right: 0px;padding-left: 0px;margin-right: auto;margin-left: auto;}
p.ever{margin: -10px 0 0;color: #181A1C;font-size: 14px;line-height: 20px;padding-left: 25px;border-bottom: 1px solid #181A1C;}
.contact-us1-bottom{margin:30px 0 0;}
.contact-us1-bottom form{float:left;width:50%;}
.contact-us1-bottom input[type="text"],.contact-us1-bottom input[type="email"],.contact-us1-bottom textarea {outline: none;padding: 10px 10px;background: none;background:#fff;color: #181A1C;font-size: 14px;border: 1px solid #fff;width: 48.3%;letter-spacing: 1px;}
.contact-us1-bottom input[type="email"]{margin:0 0 0 1em;}
.contact-us1-bottom textarea {min-height:150px;resize:none;width:100%;margin:0 0;}
.contact-us1-bottom input[type="submit"] {border: 1px solid #181A1C;color: #181A1C;background-color: transparent;padding: 20px 30px;font-size: 17px;margin-top: 15px;outline: none;-webkit-transition-duration: 300ms;transition-duration: 300ms;margin-bottom:35px;}
.contact-us1-bottom input[type="submit"]:hover {background-color: #181A1C;color: #fff;border: 1px solid #FECE1A;}
.home-radio-clock{float:left;width:10%;margin-left:50px;}
.home-radio-clock-right{float:left;width:20%;}
.home-radio-clock ul{padding:0;margin:0;}
.home-radio-clock ul li{padding-left: 4em;color: #181A1C;font-size: 15px;list-style-type:none;margin: 0 0 15px;letter-spacing: 1px;}
.home-radio-clock-right ul{padding:0;margin:0;}
.home-radio-clock-right ul li{color: #181A1C;font-size: 14px;list-style-type:none;letter-spacing: 1px;}
.home-radio-clock ul li i{font-size:1.5em;left: -15px;color:#181A1C;}
.home-radio-clock-right ul li span{display:block;}
.home-radio-clock-right ul li.lst{margin:15px 0 16px;}
.map{margin:3em 0 0;}
.map iframe{width:100%;min-height:400px;}
.services, .banner-text, .services1, .history, .gallery, .contact, .newsletter,.advantages{padding: 0px 0;}
.services-left h4 {font-size: 1.1em;}
.para span {left: 99px;}
.banner-pos-left-info h3 i {top: 0;}
.our-advantages-grd-left p {padding: 11px 15px;font-size: 12px;}
.our-advantages-grd-right h4 {font-size: 1.2em;margin: 0 0 0.5em;}
.our-advantages-grids:nth-child(2) {margin: 3em 0 2em;}
.contact-us1-bottom input[type="text"], .contact-us1-bottom input[type="email"], .contact-us1-bottom textarea {width: 80% !important;}
.contact-us1-bottom textarea {width: 80% !important;}
.home-radio-clock ul li {padding-left: 0em;}
@media (max-width:991px){
.services-top-left {float: left;width: 50%;}
.services-left {text-align: center;}
.service-img img {margin: 0 auto;}
.services-left h4 {font-size: 1em;}
.services-left p {margin: 0;}
.services-grid {width: 33.33%;float:left;}
.para span {left: 61px;}
.our-advantages-grd-left {width: 10%;}
.our-advantages-grids:nth-child(2) {margin: 2em 0 0em;}
.our-advantages-grd-right {margin: 0 0 2em;}
.contact-us1-bottom form {float: none;width: 100%;margin: 0 0 2em;}
.contact-us1-bottom {margin: 2em 0 0;}
.contact-us1-bottom input[type="text"], .contact-us1-bottom input[type="email"], .contact-us1-bottom textarea {width: 48.74%;}
.home-radio-clock {width: 30%;margin-left: 1em;}
.home-radio-clock-right {width: 50%;}
.home-radio-clock-right ul li span {display: initial;}
.contact-us1-bottom input[type="email"] {margin: 1em 0 0em 0em;}}